home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 1995-05-03 | 29.3 KB | 1,050 lines
;GIL-3 ( ( :type :menu :name Gmenu :help "" :columns 1 :menu-type :command :menu-handler nil :menu-title "Game" :menu-item-labels ("New" "Load..." "Save..." "Print" ) :menu-item-label-types (:string :string :string :string ) :menu-item-states (:active :active :active :active ) :menu-item-defaults (nil nil nil nil ) :initial-selections (nil nil nil nil ) :menu-item-handlers (menu_do menu_do menu_do menu_do ) :menu-item-menus (nil nil nil nil ) :menu-item-colors ("" "" "" "" ) :pinnable t :user-data () :actions ( ( :from (Gmenu "New") :when (Notify ) :to (Gmenu "New") :function_type CallFunction :arg_type () :action (menu_do) ) ( :from (Gmenu "Load...") :when (Notify ) :to (Gmenu "Load...") :function_type CallFunction :arg_type () :action (menu_do) ) ( :from (Gmenu "Save...") :when (Notify ) :to (Gmenu "Save...") :function_type CallFunction :arg_type () :action (menu_do) ) ( :from (Gmenu "Print") :when (Notify ) :to (Gmenu "Print") :function_type CallFunction :arg_type () :action (menu_do) ) ) ) ( :type :menu :name Mmenu :help "" :columns 1 :menu-type :command :menu-handler nil :menu-title "Move" :menu-item-labels ("Suggest" "Show All" "Redo" "Undo" ) :menu-item-label-types (:string :string :string :string ) :menu-item-states (:active :active :active :active ) :menu-item-defaults (nil nil nil nil ) :initial-selections (nil nil nil nil ) :menu-item-handlers (menu_do menu_do menu_do menu_do ) :menu-item-menus (nil nil nil nil ) :menu-item-colors ("" "" "" "" ) :pinnable t :user-data () :actions ( ( :from (Mmenu "Suggest") :when (Notify ) :to (Mmenu "Suggest") :function_type CallFunction :arg_type () :action (menu_do) ) ( :from (Mmenu "Show All") :when (Notify ) :to (Mmenu "Show All") :function_type CallFunction :arg_type () :action (menu_do) ) ( :from (Mmenu "Redo") :when (Notify ) :to (Mmenu "Redo") :function_type CallFunction :arg_type () :action (menu_do) ) ( :from (Mmenu "Undo") :when (Notify ) :to (Mmenu "Undo") :function_type CallFunction :arg_type () :action (menu_do) ) ) ) ( :type :base-window :name Wmain :owner nil :width 461 :height 209 :background-color "" :foreground-color "" :label "Reve." :label-type :string :initial-state :open :show-footer nil :resizable nil :icon-file "images/reve.xbm" :icon-mask-file "" :event-handler nil :events () :user-data () :actions () ) ( :type :control-area :name controls1 :owner Wmain :help "" :x 0 :y 0 :width 461 :height 209 :background-color "" :foreground-color "" :initial-state :visible :show-border nil :menu nil :event-handler nil :events () :user-data () :actions () ) ( :type :button :name Gbutton :owner controls1 :help "" :x 8 :y 8 :width 67 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Game" :label-type :string :initial-state :active :menu Gmenu :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :button :name Mbutton :owner controls1 :help "" :x 88 :y 8 :width 64 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Move" :label-type :string :initial-state :active :menu Mmenu :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :button :name Bhelp :owner controls1 :help "" :x 168 :y 8 :width 55 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Help..." :label-type :string :initial-state :active :menu nil :notify-handler button_do :event-handler nil :events () :user-data () :actions ( ( :from (Wmain Bhelp) :when (Notify ) :to (Wmain Bhelp) :function_type CallFunction :arg_type () :action (button_do) ) ) ) ( :type :button :name Bprops :owner controls1 :help "" :x 240 :y 8 :width 61 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Props..." :label-type :string :initial-state :active :menu nil :notify-handler button_do :event-handler nil :events () :user-data () :actions ( ( :from (Wmain Bprops) :when (Notify ) :to (Wmain Bprops) :function_type CallFunction :arg_type () :action (button_do) ) ) ) ( :type :text-field :name Tblack :owner controls1 :help "" :x 8 :y 40 :width 144 :height 15 :value-x 56 :value-y 40 :value-length 12 :stored-length 20 :rows 3 :foreground-color "" :text-type :alphanumeric :label "Black:" :label-type :string :layout-type :horizontal :value-underlined nil :initial-value "" :initial-state :active :read-only t :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :text-field :name Twhite :owner controls1 :help "" :x 216 :y 40 :width 146 :height 15 :value-x 266 :value-y 40 :value-length 12 :stored-length 20 :rows 3 :foreground-color "" :text-type :alphanumeric :label "White:" :label-type :string :layout-type :horizontal :value-underlined nil :initial-value "" :initial-state :active :read-only t :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :text-field :name Tblack_time :owner controls1 :help "" :x 8 :y 72 :width 125 :height 15 :value-x 85 :value-y 72 :value-length 6 :stored-length 6 :rows 3 :foreground-color "" :text-type :alphanumeric :label "Time Left:" :label-type :string :layout-type :horizontal :value-underlined t :initial-value "" :initial-state :active :read-only t :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :text-field :name Twhite_time :owner controls1 :help "" :x 216 :y 72 :width 125 :height 15 :value-x 293 :value-y 72 :value-length 6 :stored-length 6 :rows 3 :foreground-color "" :text-type :alphanumeric :label "Time Left:" :label-type :string :layout-type :horizontal :value-underlined t :initial-value "" :initial-state :active :read-only t :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :message :name Mpanel :owner controls1 :help "" :x 8 :y 104 :width 0 :height 0 :foreground-color "" :label "" :label-type :string :label-bold nil :initial-state :active :event-handler nil :events () :user-data () :actions () ) ( :type :message :name Meval :owner controls1 :help "" :x 8 :y 136 :width 0 :height 0 :foreground-color "" :label "" :label-type :string :label-bold nil :initial-state :active :event-handler nil :events () :user-data () :actions () ) ( :type :message :name Mscore :owner controls1 :help "" :x 8 :y 168 :width 0 :height 0 :foreground-color "" :label "" :label-type :string :label-bold nil :initial-state :active :event-handler nil :events () :user-data () :actions () ) ( :type :message :name Mturn :owner controls1 :help "" :x 208 :y 168 :width 0 :height 0 :foreground-color "" :label "" :label-type :string :label-bold nil :initial-state :active :event-handler nil :events () :user-data () :actions () ) ( :type :popup-window :name Wdepth :owner Wmain :width 171 :height 69 :background-color "" :foreground-color "" :label "Set Search Depth" :label-type :string :initial-state :invisible :show-footer nil :resizable nil :pinned t :done-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :control-area :name controls3 :owner Wdepth :help "" :x 0 :y 0 :width 171 :height 69 :background-color "" :foreground-color "" :initial-state :visible :show-border nil :menu nil :event-handler nil :events () :user-data () :actions () ) ( :type :text-field :name Tdepth :owner controls3 :help "" :x 32 :y 8 :width 123 :height 15 :value-x 84 :value-y 8 :value-length 2 :stored-length 3 :rows 3 :foreground-color "" :text-type :numeric :label "Depth:" :label-type :string :layout-type :horizontal :value-underlined t :max-value 60 :min-value 1 :initial-value 1 :initial-state :active :read-only nil :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :button :name Bdapply :owner controls3 :help "" :x 64 :y 40 :width 53 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Apply" :label-type :string :initial-state :active :menu nil :notify-handler set_profmax :event-handler nil :events () :user-data () :actions ( ( :from (Wdepth Bdapply) :when (Notify ) :to (Wdepth Bdapply) :function_type CallFunction :arg_type () :action (set_profmax) ) ) ) ( :type :popup-window :name Wprops :owner Wmain :width 369 :height 368 :background-color "" :foreground-color "" :label "Reve Properties" :label-type :string :initial-state :invisible :show-footer nil :resizable nil :pinned t :done-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :control-area :name controls4 :owner Wprops :help "" :x 0 :y 0 :width 369 :height 368 :background-color "" :foreground-color "" :initial-state :visible :show-border nil :menu nil :event-handler nil :events () :user-data () :actions () ) ( :type :setting :name Splays :owner controls4 :help "" :x 8 :y 16 :width 322 :height 23 :value-x 128 :value-y 16 :rows 1 :columns 0 :layout-type :horizontal :foreground-color "" :setting-type :exclusive :selection-required t :label "Computer plays:" :label-type :string :notify-handler nil :event-handler nil :events () :choices ("White" "Black" "Neither" "Both" ) :choice-label-types (:string :string :string :string ) :choice-colors ("" "" "" "" ) :initial-selections (t nil nil nil ) :initial-state :active :user-data () :actions () ) ( :type :setting :name Sdifficulty :owner controls4 :help "" :x 48 :y 48 :width 216 :height 23 :value-x 125 :value-y 48 :rows 1 :columns 0 :layout-type :horizontal :foreground-color "" :setting-type :stack :selection-required t :label "Difficulty:" :label-type :string :notify-handler nil :event-handler nil :events () :choices ("Instant" "1 Minute" "3 Minutes" "5 Minutes" "10 Minutes" "15 Minutes" "20 Minutes" "Tournament (30)" "60 Minutes" "Depth..." ) :choice-label-types (:string :string :string :string :string :string :string :string :string :string ) :choice-colors ("" "" "" "" "" "" "" "" "" "" ) :choice-defaults (nil nil nil nil nil nil nil nil nil nil ) :initial-selections (nil nil nil nil nil nil nil nil nil nil ) :initial-state :active :user-data () :actions ( ( :from (Wprops Sdifficulty "Depth...") :when (Notify ) :to (Wprops Sdifficulty "Depth...") :function_type CallFunction :arg_type () :action (set_depth) ) ) ) ( :type :setting :name Soptions :owner controls4 :help "" :x 58 :y 80 :width 298 :height 226 :value-x 124 :value-y 80 :rows 8 :columns 0 :layout-type :horizontal :foreground-color "" :setting-type :check :selection-required t :label "Options:" :label-type :string :notify-handler nil :event-handler nil :events () :choices ("Animate Move" "Show Current Best Move" "Show Last Move" "Show Evaluation Info." "Number Last Move" "Don't Show Flip" "Invalid Move Shows Legal Moves" "Use Clocks to Time Moves" ) :choice-label-types (:string :string :string :string :string :string :string :string ) :choice-colors ("" "" "" "" "" "" "" "" ) :initial-selections (nil nil nil nil nil nil nil nil ) :initial-state :active :user-data () :actions () ) ( :type :button :name Bpapply :owner controls4 :help "" :x 112 :y 336 :width 53 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Apply" :label-type :string :initial-state :active :menu nil :notify-handler set_props :event-handler nil :events () :user-data () :actions ( ( :from (Wprops Bpapply) :when (Notify ) :to (Wprops Bpapply) :function_type CallFunction :arg_type () :action (set_props) ) ) ) ( :type :button :name Bpreset :owner controls4 :help "" :x 192 :y 336 :width 51 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Reset" :label-type :string :initial-state :active :menu nil :notify-handler reset_props :event-handler nil :events () :user-data () :actions ( ( :from (Wprops Bpreset) :when (Notify ) :to (Wprops Bpreset) :function_type CallFunction :arg_type () :action (reset_props) ) ) ) ( :type :popup-window :name Whelp :owner Wmain :width 503 :height 703 :background-color "" :foreground-color "" :label "Reve Help" :label-type :string :initial-state :invisible :show-footer nil :resizable nil :pinned t :done-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :text-pane :name textpane1 :owner Whelp :help "" :x 0 :y 0 :width 503 :height 703 :background-color "" :foreground-color "" :initial-state :visible :show-border t :read-only nil :event-handler nil :events () :user-data () :actions () ) ( :type :popup-window :name Wload :owner Wmain :width 335 :height 73 :background-color "" :foreground-color "" :label "Load Game" :label-type :string :initial-state :invisible :show-footer nil :resizable nil :pinned t :done-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :control-area :name controls2 :owner Wload :help "" :x 0 :y 0 :width 335 :height 73 :background-color "" :foreground-color "" :initial-state :visible :show-border nil :menu nil :event-handler nil :events () :user-data () :actions () ) ( :type :text-field :name Tload :owner controls2 :help "" :x 8 :y 8 :width 312 :height 15 :value-x 80 :value-y 8 :value-length 30 :stored-length 255 :rows 3 :foreground-color "" :text-type :alphanumeric :label "Load File:" :label-type :string :layout-type :horizontal :value-underlined t :initial-value "" :initial-state :active :read-only nil :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :button :name Blapply :owner controls2 :help "" :x 136 :y 40 :width 53 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Apply" :label-type :string :initial-state :active :menu nil :notify-handler xv_start_load :event-handler nil :events () :user-data () :actions ( ( :from (Wload Blapply) :when (Notify ) :to (Wload Blapply) :function_type CallFunction :arg_type () :action (xv_start_load) ) ) ) ( :type :popup-window :name Wsave :owner Wmain :width 329 :height 73 :background-color "" :foreground-color "" :label "Save Game" :label-type :string :initial-state :invisible :show-footer nil :resizable nil :pinned t :done-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :control-area :name controls5 :owner Wsave :help "" :x 0 :y 0 :width 329 :height 73 :background-color "" :foreground-color "" :initial-state :visible :show-border nil :menu nil :event-handler nil :events () :user-data () :actions () ) ( :type :text-field :name Tsave :owner controls5 :help "" :x 8 :y 8 :width 312 :height 15 :value-x 80 :value-y 8 :value-length 30 :stored-length 255 :rows 3 :foreground-color "" :text-type :alphanumeric :label "Save File:" :label-type :string :layout-type :horizontal :value-underlined t :initial-value "" :initial-state :active :read-only nil :notify-handler nil :event-handler nil :events () :user-data () :actions () ) ( :type :button :name Bsapply :owner controls5 :help "" :x 128 :y 40 :width 53 :height 19 :constant-width nil :button-type :normal :foreground-color "" :label "Apply" :label-type :string :initial-state :active :menu nil :notify-handler xv_start_save :event-handler nil :events () :user-data () :actions ( ( :from (Wsave Bsapply) :when (Notify ) :to (Wsave Bsapply) :function_type CallFunction :arg_type () :action (xv_start_save) ) ) ) ( :type :base-window :name Wboard :owner nil :width 465 :height 463 :background-color "" :foreground-color "" :label "Reve Game Board" :label-type :string :initial-state :open :show-footer nil :resizable t :icon-file "images/reve.xbm" :icon-mask-file "" :event-handler nil :events () :user-data () :actions () ) ( :type :canvas-pane :name Bcanvas :owner Wboard :help "" :x 0 :y 0 :width 465 :height 463 :background-color "" :foreground-color "" :initial-state :visible :draggable nil :droppable nil :default-drop-site nil :menu nil :horizontal-scrollbar nil :scrollable-width 465 :vertical-scrollbar nil :scrollable-height 463 :repaint-proc nil :event-handler canvas_proc :events () :drawing-model :xwindows :user-data () :actions ( ( :from (Wboard Bcanvas) :when (AnyEvent ) :to (Wboard Bcanvas) :function_type CallFunction :arg_type () :action (canvas_proc) ) ( :from (Wboard Bcanvas) :when (Resize ) :to (Wboard Bcanvas) :function_type CallFunction :arg_type () :action (canvas_resize_proc) ) ) ) )